var reflect.funcTypes

8 uses

	reflect (current package)
		type.go#L1877: var funcTypes []Type
		type.go#L1883: 	if n >= len(funcTypes) {
		type.go#L1885: 		copy(newFuncTypes, funcTypes)
		type.go#L1886: 		funcTypes = newFuncTypes
		type.go#L1888: 	if funcTypes[n] != nil {
		type.go#L1889: 		return funcTypes[n]
		type.go#L1892: 	funcTypes[n] = StructOf([]StructField{
		type.go#L1902: 	return funcTypes[n]